Skip to content

Insert trailing 1s instead of leading before broadcasting#91

Merged
maleadt merged 1 commit intoJuliaGPU:mainfrom
AntonOresten:broadcast-trailing
Mar 2, 2026
Merged

Insert trailing 1s instead of leading before broadcasting#91
maleadt merged 1 commit intoJuliaGPU:mainfrom
AntonOresten:broadcast-trailing

Conversation

@AntonOresten
Copy link
Contributor

The reshape that inserts singletons before a broadcasting of two tiles with shapes of different dimensionality, e.g. (n,) and (n, m) now turns the former into (n, 1) instead of (1, n) (previous behavior).

@AntonOresten AntonOresten changed the title Insert trailing 1s instead of leading when broadcasting Insert trailing 1s instead of leading before broadcasting Feb 21, 2026
@maleadt maleadt merged commit 63379e1 into JuliaGPU:main Mar 2, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants